home *** CD-ROM | disk | FTP | other *** search
/ Palm Utilities / Palm_Utilities_CD-ROM_2001_2001.iso / files / docs / TealInfo 3.11 / tealinfo.exe / INFOREF.TXT < prev    next >
Encoding:
Text File  |  2000-04-23  |  18.7 KB  |  924 lines

  1. TRES list
  2.     TEXT
  3.     "LIST"
  4.     " "
  5.     "A scrollable, selectable list of text items, supporting optional " \
  6.         "columns and vertical and horizontal ruled lines."
  7.  
  8. TRES poplist
  9.     TEXT
  10.     "POPLIST"
  11.     " "
  12.     "A scrollable selectable item list triggered by popup button, " \
  13.     "resembling the PalmPilot category selector "
  14.  
  15. TRES window
  16.     TEXT
  17.     "WINDOW"
  18.     " "
  19.     "A scrollable text area that auto-wraps lines of text if necessary. " \
  20.     "Columns and line rulings are supported. This object can also " \
  21.     "be used to represent a table of data by setting up columns " \
  22.     "using the TABS field. "
  23.  
  24. TRES popwindow
  25.     TEXT
  26.     "POPWINDOW"
  27.     " "
  28.     "A scrollable auto-wrapping text window which comes up only " \
  29.     "when a specified trigger button is pressed. "
  30.  
  31. TRES outline
  32.     TEXT
  33.     "OUTLINE"
  34.     " "
  35.     "A scrollable, selectable, hierarchial item list, this object " \
  36.     "shows a list of data in outline tree form, where subsections " \
  37.     "of the tree may be collapsed and hidden from view when desired."
  38.          
  39. TRES checkmark
  40.     TEXT
  41.     "CHECKMARK"
  42.     " "
  43.     "A checkmark control like standard PalmPilot checkmarks.  "
  44.  
  45. TRES goto
  46.     TEXT
  47.     "GOTO"
  48.     " "
  49.     "A button that closes the current Folio and opens another " \
  50.     "one, specified by name, if it is installed on the current " \
  51.     "PDA. "
  52.  
  53. TRES label
  54.     TEXT
  55.     "LABEL"
  56.     " "
  57.         "A simple text label. "
  58.  
  59. TRES image
  60.     TEXT
  61.     "IMAGE"
  62.     " "
  63.     "An embedded TealPaint image or subrectangle of an image. "
  64.          
  65. TRES rect
  66.     TEXT
  67.     "RECT"
  68.     " "
  69.     "A bare graphic rectangle.  "
  70.  
  71. TRES tres
  72.     TEXT
  73.     "TRES"
  74.     " "
  75.     "A text resource.  "
  76.     " "
  77.     "This object does not appear on screen, but serves as a central " \
  78.     "location where commonly used text may be placed and pointed-to " \
  79.     "by other TEXT fields."
  80.  
  81. TRES password
  82.     TEXT
  83.     "PASSWORD"
  84.     " "
  85.     "The presence of this object in an Folio forces causes a passkey " \
  86.     "to be entered when the Folio is opened. This can be used " \
  87.     "to generate password-protected folios for security or sales-demo " \
  88.     "purposes.  "
  89.     " "
  90.     "The password is defined by the KEY field. When the LOCKOUT " \
  91.     "style is defined, the Folio cannot be entered until a correct " \
  92.     "key is entered. Otherwise, the password request can simply " \
  93.     "be dismissed, functioning only as a registration reminder. " \
  94.     "When the REGISTER style is defined, the password is saved " \
  95.     "once its entered. If not, the password is asked-for every " \
  96.     "time. "
  97.  
  98. TRES popedit
  99.     TEXT
  100.     "POPEDIT"
  101.     " "
  102.     "Pops up an editable window that can be used either to store notes " \
  103.     "or modify a TEXT resource used by other objects.  Also allows cut and " \
  104.     "pasting operations for exporting or importing data from other sources."
  105.          
  106. TRES popimage
  107.     TEXT
  108.     "POPIMAGE"
  109.     " "
  110.     "A popup images of an embedded TealPaint image or subrectangle of an image. "
  111.          
  112. TRES checklist
  113.     TEXT
  114.     "CHECKLIST"
  115.     " "
  116.     "A scrollable list of checkmark-able items.  Checkmarks are optionally saveable between uses."
  117.          
  118. TRES editwindow
  119.     TEXT
  120.     "EDITWINDOW"
  121.     " "
  122.     "An editable window of text.  Often shortened for use as one-line text-input field"
  123.          
  124. TRES graffiti
  125.     TEXT
  126.     "GRAFFITI"
  127.     " "
  128.     "Places the graffiti shift indicator on-screen in a designated location"
  129.          
  130. POPWINDOW
  131.     BX    127
  132.     BY    1
  133.     BW    15
  134.     BH    11
  135.     BTEXT    "?"
  136.     X    10
  137.     Y    20
  138.     W    140
  139.     H    121
  140.     STYLE    ALIGN_CENTER
  141.     TEXT    " "
  142.         "<$FONT=1>TEALINFO OBJECT REFERENCE</$FONT>"
  143.         "(c)1999-2000 TealPoint Software"
  144.         "All Rights Reserved."
  145.         "Version 2.50"
  146.         "<$UNDERLINED>                   </$UNDERLINED> "
  147.         " "
  148.         "This document is a reference for the object, field, and "
  149.         "style tags used to create a TealInfo folio.  For more "
  150.         "information, consult the TealInfo User's Manual."
  151. # Top Title
  152.  
  153. LABEL
  154.     X    1
  155.     Y    1
  156.     FONT    1
  157.     STYLE    INVERTED    
  158.     TEXT " TealInfo Object Ref "
  159.  
  160. LABEL
  161.     X    2
  162.     Y    15
  163.     FONT    1
  164.     TEXT "Object:"
  165.  
  166. #
  167. # This is the main object list
  168. #
  169.  
  170. POPLIST category
  171.     BX    40
  172.     BY    15
  173.     BW    75
  174.     BH    15
  175.     X    50
  176.     Y    27
  177.     W    70
  178.     H    110
  179.     TEXT
  180.         "LIST"
  181.         "POPLIST"
  182.         "WINDOW"
  183.         "POPWINDOW"
  184.         "OUTLINE"
  185.         "CHECKMARK"
  186.         "GOTO"
  187.         "LABEL"
  188.         "IMAGE" 
  189.         "RECT" 
  190.         "TRES"
  191.         "PASSWORD"
  192.         "POPEDIT"
  193.         "POPIMAGE"
  194.         "CHECKLIST"
  195.         "EDITWINDOW"
  196.         "GRAFFITI"
  197.  
  198. # The More info button for each object
  199.  
  200. POPEDIT
  201.     BX    120
  202.     BY    16
  203.     BW    35
  204.     BH    13
  205.     BTEXT    "Notes"
  206.     X    10
  207.     Y    20
  208.     W    140
  209.     H    130
  210.     LINKS    category
  211.     TEXT @list
  212.     TEXT @poplist
  213.     TEXT @window
  214.     TEXT @popwindow
  215.     TEXT @outline
  216.     TEXT @checkmark
  217.     TEXT @goto
  218.     TEXT @label
  219.     TEXT @image
  220.     TEXT @rect
  221.     TEXT @tres
  222.     TEXT @password
  223.     TEXT @popedit
  224.     TEXT @popimage
  225.     TEXT @checklist
  226.     TEXT @editwindow
  227.     TEXT @graffiti
  228.       
  229. #
  230. # FIELDS LIST - slaved to object list above
  231. #
  232.  
  233. RECT
  234.     X    2
  235.     Y    33
  236.     W    156
  237.     H    -1
  238.  
  239. LABEL
  240.     X    32
  241.     Y    35
  242.     FONT    1
  243.     STYLE ALIGN_CENTER
  244.     TEXT "Fields:"
  245.  
  246. LABEL
  247.     X    26
  248.     Y    85
  249.     STYLE ALIGN_CENTER
  250.     TEXT "*=required"
  251.  
  252. POPWINDOW
  253.     BX    6
  254.     BY    55
  255.     BW    40
  256.     BH    13
  257.     BTEXT    "Guide"
  258.     X    10
  259.     Y    20
  260.     W    140
  261.     H    130
  262.     TEXT
  263.     "<$FONT=1>X (value) </$FONT>"
  264.     "Defines the object's pixel offset from the left edge of the " \
  265.     "screen. "
  266.     " "
  267.     "<$FONT=1>Y (value) </$FONT>"
  268.     "Defines the object's pixel offset from the top edge of the screen. "
  269.     " "
  270.     "<$FONT=1>W (value) </$FONT>"
  271.     "Defines the width of the object in pixels.  "
  272.     " "
  273.     "<$FONT=1>H (value) </$FONT>"
  274.     "Defines the height of the object in pixels.  "
  275.     " "
  276.     "<$FONT=1>BX (value) </$FONT>"
  277.     "Defines the pixel offset of a trigger object or button from " \
  278.     "the left edge of the screen. "
  279.     " "
  280.     "<$FONT=1>BY (value) </$FONT>"
  281.     "Defines the pixel offset of a trigger object or button from " \
  282.     "the top edge of the screen. "
  283.     " "
  284.     "<$FONT=1>BW (value) </$FONT>"
  285.     "Defines the width of a trigger object or button.  "
  286.     " "
  287.     "<$FONT=1>BH (value) </$FONT>"
  288.     "Defines the height of a trigger object or button.  "
  289.     " "
  290.     "<$FONT=1>SX (value) </$FONT>"
  291.     "For image objects, defines the horizontal offset into the source " \
  292.     "image from which the displayed image is grabbed. "
  293.     " "
  294.     "<$FONT=1>SY (value) </$FONT>"
  295.     "For image objects, defines the vertical offset into the source " \
  296.     "image from which the displayed image is grabbed. "
  297.     " "
  298.     "<$FONT=1>FONT (value) </$FONT>"
  299.     "Defines the font to be used for this object. 0=standard font, " \
  300.     "1=bold font, 2=large font, 3-5=standard system symbol fonts, " \
  301.     "6=large number font. "
  302.     " "
  303.     "<$FONT=1>BFONT (value) </$FONT>"
  304.     "Defines the font to be used for the popup button for this object. 0=standard font, " \
  305.     "1=bold font, 2=large font, 3-5=standard system symbol fonts, " \
  306.     "6=large number font. "
  307.     " "
  308.     "<$FONT=1>CYCLE (value) </$FONT>"
  309.     "This field causes WINDOW objects to cycle through their list " \
  310.     "of TEXT fields. CYCLE indicates the number of TEXT blocks to " \
  311.     "cycle through. "
  312.     " "
  313.     "<$FONT=1>DELAY (value) </$FONT>"
  314.     "Indicated the rate at which cycling (if turned on) occurs. This " \
  315.     "value is in tenths of seconds between frames. Thus, a value " \
  316.     "of 10 will cause cycling a one change per second. "
  317.     " "
  318.     "<$FONT=1>TABS (value) (value) (value)... </$FONT>"
  319.     "The TABS field sets tab positions within an object in pixels. " \
  320.     "Up to seven tab positions may be specified, creating eight columns. " \
  321.     "Each tab value represents the position of a dividing line between " \
  322.     "neighboring columns, measured as the number of pixels from the " \
  323.     "left edge. "
  324.     " "
  325.     "<$FONT=1>STYLE (style) (style)... </$FONT>"
  326.     "Followed by one or more style keywords, the STYLE field determines " \
  327.     "alignment and other miscellaneous properties for screen objects. "
  328.     " "
  329.     "<$FONT=1>BTEXT (string) </$FONT>"
  330.     "Defines text for a button or trigger.  "
  331.     " "
  332.     "<$FONT=1>RECORD (value) </$FONT>"
  333.     "Used for IMAGE objects, this defines the number of the image " \
  334.     "(starting at 0) to be shown. "
  335.     " "
  336.     "<$FONT=1>DATABASE (string) </$FONT>"
  337.     "Defines the name of a TealPaint image database to serve as a " \
  338.     "source for imagery. "
  339.     " "
  340.     "<$FONT=1>KEY (string) </$FONT>"
  341.     "Defines the password that must be entered to unlock a Folio " \
  342.     "with a PASSWORD object. "
  343.     " "
  344.     "<$FONT=1>TARGET (string) </$FONT>"
  345.     "Defines the Folio to open when a GOTO button is pressed. " \
  346.     "Multiple TARGET tags can be used to create linked conditional gotos"
  347.     " "
  348.     "<$FONT=1>DEFAULT (value) </$FONT>"
  349.     "Defines the initial selection in a list, outline, or checkmark object. "
  350.     " "
  351.     "<$FONT=1>TEXT (string) (string)...</$FONT>"
  352.     "(string) (string)...  " \
  353.     "Defines text for this object. Text items should be quoted, with " \
  354.     "text for separate columns appearing on the same line as separate " \
  355.     "quoted groups of words. "
  356.     " "
  357.     "<$FONT=1>LINKS (value) (value)... </$FONT>"
  358.     "The LINKS field can be used to link the contents of an object " \
  359.     "to current selection in one or more other LIST, POPLIST, OUTLINE, " \
  360.     "or CHECKMARK objects, each of which is identified by its ID " \
  361.     "number which follows the object TAG."
  362.     " "
  363.     "<$FONT=1>MAXVAL (value) ... </$FONT>"
  364.     "The MAXVAL field specifies the largest number of items a variable list" \
  365.     "can contain.  Use this field for objects who LINK to another object" \
  366.     "but are LINKS themselves for some other object."
  367.  
  368. WINDOW
  369.     X    52
  370.     Y    35
  371.     W    105
  372.     H    65
  373.     LINKS    category
  374.     TABS    72
  375.  
  376. # LIST
  377.     TEXT    "X"    "*"
  378.         "Y"    "*"
  379.         "W"    "*"
  380.         "H"    "*"
  381.         "TEXT"    "*"
  382.         "STYLE"
  383.         "FONT"
  384.         "TABS"
  385.         "DEFAULT"
  386.         "LINKS"
  387.         "MAXVAL"
  388.  
  389. # POPLIST
  390.  
  391.     TEXT    "X"    "*"
  392.         "Y"    "*"
  393.         "W"    "*"
  394.         "H"    "*"
  395.         "TEXT"    "*"
  396.         "BX"    "*"
  397.         "BY"    "*"
  398.         "BW"    "*"
  399.         "BH"    "*"
  400.         "STYLE"
  401.         "FONT"
  402.         "BFONT"
  403.         "TABS"
  404.         "DEFAULT"
  405.         "LINKS"
  406.         "MAXVAL"
  407.  
  408. # WINDOW
  409.  
  410.     TEXT    "X"    "*"
  411.         "Y"    "*"
  412.         "W"    "*"
  413.         "H"    "*"
  414.         "TEXT"    "*"
  415.         "STYLE"
  416.         "FONT"
  417.         "TABS"
  418.         "LINKS"
  419.         "CYCLE"
  420.         "DELAY"
  421.  
  422. # POPWINDOW
  423.  
  424.     TEXT    "X"    "*"
  425.         "Y"    "*"
  426.         "W"    "*"
  427.         "H"    "*"
  428.         "TEXT"    "*"
  429.         "BX"    "*"
  430.         "BY"    "*"
  431.         "BW"    "*"
  432.         "BH"    "*"
  433.         "BTEXT"    "*"
  434.         "STYLE"
  435.         "FONT"
  436.         "BFONT"
  437.         "TABS"
  438.         "LINKS"
  439.  
  440. # OUTLINE
  441.  
  442.     TEXT    "X"    "*"
  443.         "Y"    "*"
  444.         "W"    "*"
  445.         "H"    "*"
  446.         "TEXT"    "*"
  447.         "STYLE"
  448.         "FONT"
  449.         "TABS"
  450.         "DEFAULT"
  451.         "LINKS"
  452.         "MAXVAL"
  453.  
  454. # CHECKMARK
  455.  
  456.     TEXT    "X"    "*"
  457.         "Y"    "*"
  458.         "W"    "*"
  459.         "H"    "*"
  460.         "TEXT"    "*"
  461.         "STYLE"
  462.         "FONT"
  463.         "DEFAULT"
  464.         "LINKS"
  465.  
  466. # GOTO
  467.     TEXT    "BX"    "*"
  468.         "BY"    "*"
  469.         "BW"    "*"
  470.         "BH"    "*"
  471.         "BTEXT"    "*"
  472.         "STYLE"
  473.         "BFONT"
  474.         "TARGET"
  475.         "LINKS"
  476. # LABEL
  477.  
  478.     TEXT    "X"    "*"
  479.         "Y"    "*"
  480.         "TEXT"    "*"
  481.         "STYLE"
  482.         "FONT"
  483.  
  484. # IMAGE
  485.  
  486.     TEXT    "X"    "*"
  487.         "Y"    "*"
  488.         "W"    "*"
  489.         "H"    "*"
  490.         "SX"    "*"
  491.         "SY"    "*"
  492.         "DATABASE"    "*"
  493.         "RECORD"    "*"
  494.         "STYLE"
  495.         "LINKS"
  496.         "CYCLE"
  497.         "DELAY"
  498.  
  499. # RECT 
  500.     TEXT    "X"    "*"
  501.         "Y"    "*"
  502.         "W"    "*"
  503.         "H"    "*"
  504.         "STYLE"
  505.  
  506. # TRES 
  507.     TEXT    "TEXT"    "*"
  508.  
  509. # PASSWORD 
  510.  
  511.     TEXT    "KEY"    "*"
  512.         "STYLE"
  513.         "TEXT"
  514.  
  515. # POPEDIT
  516.  
  517.     TEXT    "BX"    "*"
  518.         "BY"    "*"
  519.         "BW"    "*"
  520.         "BH"    "*"
  521.         "BTEXT"    "*"
  522.         "TEXT"    "*"
  523.         "BFONT"
  524.         "FONT"
  525.         "STYLE"
  526.         "LINKS"
  527.         "X"    
  528.         "Y"    
  529.         "W"    
  530.         "H"    
  531.  
  532. # POPIMAGE
  533.  
  534.     TEXT    "BX"    "*"
  535.         "BY"    "*"
  536.         "BW"    "*"
  537.         "BH"    "*"
  538.         "BTEXT"    "*"
  539.         "X"    "*"
  540.         "Y"    "*"
  541.         "W"    "*"
  542.         "H"    "*"
  543.         "SX"    "*"
  544.         "SY"    "*"
  545.         "DATABASE"    "*"
  546.         "RECORD"    "*"
  547.         "BFONT"
  548.         "STYLE"
  549.         "LINKS"
  550.         "CYCLE"
  551.         "DELAY"
  552.  
  553. # CHECKLIST
  554.     TEXT    "X"    "*"
  555.         "Y"    "*"
  556.         "W"    "*"
  557.         "H"    "*"
  558.         "TEXT"    "*"
  559.         "STYLE"
  560.         "FONT"
  561.         "TABS"
  562.         "DEFAULT"
  563.         "LINKS"
  564.         "MAXVAL"
  565.  
  566. # EDITWINDOW
  567.     TEXT    "X"    "*"
  568.         "Y"    "*"
  569.         "W"    "*"
  570.         "H"    "*"
  571.         "TEXT"    "*"
  572.         "STYLE"
  573.         "FONT"
  574.         "TABS"
  575.         "LINKS"
  576.  
  577. # GRAFFITI
  578.     TEXT    "X"    "*"
  579.         "Y"    "*"
  580.  
  581.  
  582. #
  583. # STYLES LIST - slaved to object list above
  584. #
  585.  
  586. RECT
  587.     X    2
  588.     Y    103
  589.     W    156
  590.     H    -1
  591.  
  592. LABEL
  593.     X    32
  594.     Y    105
  595.     STYLE ALIGN_CENTER
  596.     FONT    1
  597.     TEXT "Styles:"
  598.  
  599. POPWINDOW
  600.     BX    6
  601.     BY    125
  602.     BW    40
  603.     BH    13
  604.     BTEXT    "Guide"
  605.     X    10
  606.     Y    20
  607.     W    140
  608.     H    130
  609.     TEXT
  610.         "<$FONT=1>INVERTED</$FONT>"
  611.         "Draw the object with reversed colors."
  612.         " "
  613.         "<$FONT=1>HORIZ_RULE</$FONT>"
  614.         "Draw horizontal ruling lines between rows."
  615.         " "
  616.         "<$FONT=1>VERT_RULE</$FONT>"
  617.         "Draw vertical ruling lines between columns."
  618.         " "
  619.         "<$FONT=1>NO_BORDER</$FONT>"
  620.         "Don't draw a border around the object."
  621.         " "
  622.         "<$FONT=1>BOLD_BORDER</$FONT>"
  623.         "Draw a thicker border around the object."
  624.         " "
  625.         "<$FONT=1>ROUND_BORDER</$FONT>"
  626.         "Draw a rounded border around the object."
  627.         " "
  628.         "<$FONT=1>NO_SCROLL</$FONT>"
  629.         "Don't allow a scrolling bar for this object and don't reserve extra pixels when word wrapping."
  630.         " "
  631.         "<$FONT=1>ALIGN_RIGHT        </$FONT>"
  632.         "Align all text to the right of its column."
  633.         " "
  634.         "<$FONT=1>ALIGN_CENTER</$FONT>"
  635.         "Center all text in its column."
  636.         " "
  637.         "<$FONT=1>ALIGN_LEFT_START</$FONT>"
  638.         "Align the first column to the left, ignoring the global setting."
  639.         " "
  640.         "<$FONT=1>ALIGN_RIGHT_START</$FONT>"
  641.         "Align the first column to the right, ignoring the global setting."
  642.         " "
  643.         "<$FONT=1>ALIGN_CENTER_START</$FONT>"
  644.         "Align the first column in the center, ignoring the global setting."
  645.         " "
  646.         "<$FONT=1>ALIGN_LEFT_END</$FONT>"
  647.         "Align the first column to the left, ignoring the global setting."
  648.         " "
  649.         "<$FONT=1>ALIGN_RIGHT_END</$FONT>"
  650.         "Align the first column to the right, ignoring the global setting."
  651.         " "
  652.         "<$FONT=1>ALIGN_CENTER_END</$FONT>"
  653.         "Align the first column in the center, ignoring the global setting."
  654.         " "
  655.         "<$FONT=1>BUTTON_SCROLL</$FONT>"
  656.         "Do page-by-page scrolling of an object when scroll buttons are pressed."
  657.         "Variations:"
  658.         "<$UNDERLINED>BUTTON_SCROLL_A</$UNDERLINED>"
  659.         "Vertical scroll with Page Up/Down buttons"
  660.         "<$UNDERLINED>BUTTON_SCROLL_B</$UNDERLINED>"
  661.         "Vertical scroll with Date/Addr buttons"
  662.         "<$UNDERLINED>BUTTON_SCROLL_C</$UNDERLINED>"
  663.         "Vertical scroll with Addr/ToDo buttons"
  664.         "<$UNDERLINED>BUTTON_SCROLL_D</$UNDERLINED>"
  665.         "Vertical scroll with ToDo/Memo buttons"
  666.         "<$UNDERLINED>BUTTON_SCROLL_E</$UNDERLINED>"
  667.         "Horizontal scroll with Page Up/Down buttons"
  668.         "<$UNDERLINED>BUTTON_SCROLL_F</$UNDERLINED>"
  669.         "Horizontal scroll with Date/Addr buttons"
  670.         "<$UNDERLINED>BUTTON_SCROLL_G</$UNDERLINED>"
  671.         "Horizontal scroll with Addr/ToDo buttons"
  672.         "<$UNDERLINED>BUTTON_SCROLL_H</$UNDERLINED>"
  673.         "Horizontal scroll with ToDo/Memo buttons"
  674.         "<$UNDERLINED>BUTTON_SCROLL_I</$UNDERLINED>"
  675.         "Horizontal scroll with Date/Memo buttons"
  676.         "<$UNDERLINED>BUTTON_SCROLL_J</$UNDERLINED>"
  677.         "Vertical Page Up/Down, Horizontal Date/Addr"
  678.         "<$UNDERLINED>BUTTON_SCROLL_K</$UNDERLINED>"
  679.         "Vertical Page Up/Down, Horizontal Addr/ToDo"
  680.         "<$UNDERLINED>BUTTON_SCROLL_L</$UNDERLINED>"
  681.         "Vertical Page Up/Down, Horizontal ToDo/Memo"
  682.         "<$UNDERLINED>BUTTON_SCROLL_M</$UNDERLINED>"
  683.         "Vertical Date/Addr, Horizontal ToDo/Memo"
  684.         "<$UNDERLINED>BUTTON_SCROLL_N</$UNDERLINED>"
  685.         "Vertical ToDo/Memo, Horizontal Date/Addr"
  686.         "<$UNDERLINED>BUTTON_SCROLL_O</$UNDERLINED>"
  687.         "Vertical Addr/ToDo, Horizontal Date/Memo"
  688.         " "
  689.         "<$FONT=1>BUTTON_SELECT</$FONT>"
  690.         "Move the current selection up or down when scroll buttons are pressed."
  691.         "Variations:"
  692.         "<$UNDERLINED>BUTTON_SELECT_A</$UNDERLINED>"
  693.         "Select with Page Up/Down buttons"
  694.         "<$UNDERLINED>BUTTON_SELECT_B</$UNDERLINED>"
  695.         "Select Date/Addr buttons"
  696.         "<$UNDERLINED>BUTTON_SELECT_C</$UNDERLINED>"
  697.         "Select with ToDo/Memo buttons"
  698.         "<$UNDERLINED>BUTTON_SELECT_D</$UNDERLINED>"
  699.         "Select cyclically with Date button"
  700.         "<$UNDERLINED>BUTTON_SELECT_E</$UNDERLINED>"
  701.         "Select cyclically with Addr button"
  702.         "<$UNDERLINED>BUTTON_SELECT_F</$UNDERLINED>"
  703.         "Select cyclically with ToDo button"
  704.         "<$UNDERLINED>BUTTON_SELECT_G</$UNDERLINED>"
  705.         "Select cyclically with Memo button"
  706.         " "
  707.         "<$FONT=1>STROKE_FIND</$FONT>"
  708.         "Move the current selection to the next line whose first char matches an entered stroke."
  709.         " "
  710.         "<$FONT=1>FILLED</$FONT>"
  711.         "RECT:      Draw it filled"
  712.         "POPLIST:   Draw button filled"
  713.         "POPWINDOW: Draw button filled"
  714.         "POPIMAGE:  Draw button filled"
  715.         "POPEDIT:   Draw button filled"
  716.         "GOTO:      Draw button filled"
  717.         " "
  718.         "<$FONT=1>LOCKOUT</$FONT>"
  719.         "PASSWORD:  Require the key to be correct to enter the folio."
  720.         " "
  721.         "<$FONT=1>REGISTER</$FONT>"
  722.         "PASSWORD:  Save a registration key once entered."
  723.         "CHECKLIST: Save checkmarks between visits to the folio."
  724.         "LIST: Save last selection as default."
  725.         "POPLIST: Save last selection as default."
  726.         "OUTLINE: Save last selection as default."
  727.         " "
  728.         "<$FONT=1>SQUARE_BUTTON</$FONT>"
  729.         "Draws a button with square corners instead of rounded"
  730.  
  731. WINDOW
  732.     X    52
  733.     Y    105
  734.     W    105
  735.     H    50
  736.     LINKS    category
  737.  
  738. # LIST
  739.  
  740.     TEXT
  741.         "VERT_RULE"
  742.         "HORIZ_RULE"
  743.         "INVERTED"
  744.         "NO_SCROLL"
  745.         "NO_BORDER"
  746.         "BOLD_BORDER"
  747.         "ALIGN_RIGHT"
  748.         "ALIGN_CENTER"
  749.         "ALIGN_LEFT_START"
  750.         "ALIGN_RIGHT_START"
  751.         "ALIGN_CENTER_START"
  752.         "ALIGN_LEFT_END"
  753.         "ALIGN_RIGHT_END"
  754.         "ALIGN_CENTER_END"
  755.         "BUTTON_SCROLL"
  756.         "BUTTON_SELECT"
  757.         "STROKE_FIND"
  758.         "REGISTER"
  759.  
  760. # POPLIST
  761.     TEXT
  762.         "VERT_RULE"
  763.         "HORIZ_RULE"
  764.         "INVERTED"
  765.         "FILLED"
  766.         "NO_SCROLL"
  767.         "BOLD_BORDER"
  768.         "ALIGN_RIGHT"
  769.         "ALIGN_CENTER"
  770.         "ALIGN_LEFT_START"
  771.         "ALIGN_RIGHT_START"
  772.         "ALIGN_CENTER_START"
  773.         "ALIGN_LEFT_END"
  774.         "ALIGN_RIGHT_END"
  775.         "ALIGN_CENTER_END"
  776.         "BUTTON_SCROLL"
  777.         "BUTTON_SELECT"
  778.         "STROKE_FIND"
  779.         "REGISTER"
  780.         "SQUARE_BUTTON"
  781.  
  782. # WINDOW
  783.     TEXT
  784.         "VERT_RULE"
  785.         "HORIZ_RULE"
  786.         "INVERTED"
  787.         "NO_SCROLL"
  788.         "NO_BORDER"
  789.         "BOLD_BORDER"
  790.         "ALIGN_RIGHT"
  791.         "ALIGN_CENTER"
  792.         "ALIGN_LEFT_START"
  793.         "ALIGN_RIGHT_START"
  794.         "ALIGN_CENTER_START"
  795.         "ALIGN_LEFT_END"
  796.         "ALIGN_RIGHT_END"
  797.         "ALIGN_CENTER_END"
  798.         "BUTTON_SCROLL"
  799.  
  800. # POPWINDOW
  801.     TEXT
  802.         "VERT_RULE"
  803.         "HORIZ_RULE"
  804.         "INVERTED"
  805.         "FILLED"
  806.         "NO_SCROLL"
  807.         "BOLD_BORDER"
  808.         "ALIGN_RIGHT"
  809.         "ALIGN_CENTER"
  810.         "ALIGN_LEFT_START"
  811.         "ALIGN_RIGHT_START"
  812.         "ALIGN_CENTER_START"
  813.         "ALIGN_LEFT_END"
  814.         "ALIGN_RIGHT_END"
  815.         "ALIGN_CENTER_END"
  816.         "BUTTON_SCROLL"
  817.         "SQUARE_BUTTON"
  818.  
  819. # OUTLINE
  820.     TEXT
  821.         "HORIZ_RULE"
  822.         "INVERTED"
  823.         "NO_SCROLL"
  824.         "NO_BORDER"
  825.         "BOLD_BORDER"
  826.         "BUTTON_SCROLL"
  827.         "BUTTON_SELECT"
  828.         "STROKE_FIND"
  829.         "REGISTER"
  830.  
  831. # CHECKMARK 
  832.     TEXT
  833.         "INVERTED"
  834.         "REGISTER"
  835.  
  836. # GOTO 
  837.     TEXT
  838.         "FILLED"
  839.         "SQUARE_BUTTON"
  840.  
  841. # LABEL 
  842.     TEXT
  843.         "INVERTED"
  844.         "ALIGN_CENTER"
  845.         "ALIGN_RIGHT"
  846.  
  847. # IMAGE 
  848.     TEXT
  849.         "NO_BORDER"
  850.         "BOLD_BORDER"
  851.  
  852. # RECT 
  853.     TEXT
  854.         "FILLED"
  855.         "ROUND_BORDER"
  856.         "BOLD_BORDER"
  857.  
  858. # TRES 
  859.     TEXT
  860.         "(none)"
  861.  
  862. # PASSWORD 
  863.     TEXT
  864.         "LOCKOUT"
  865.         "REGISTER"
  866.  
  867. # POPEDIT
  868.     TEXT
  869.         "FILLED"
  870.         "HORIZ_RULE"
  871.         "SQUARE_BUTTON"
  872.  
  873. # POPIMAGE 
  874.     TEXT
  875.         "NO_BORDER"
  876.         "BOLD_BORDER"
  877.         "FILLED"
  878.         "SQUARE_BUTTON"
  879.  
  880. # CHECKLIST
  881.  
  882.     TEXT
  883.         "VERT_RULE"
  884.         "HORIZ_RULE"
  885.         "INVERTED"
  886.         "FILLED"
  887.         "NO_SCROLL"
  888.         "NO_BORDER"
  889.         "BOLD_BORDER"
  890.         "ALIGN_RIGHT"
  891.         "ALIGN_CENTER"
  892.         "ALIGN_LEFT_START"
  893.         "ALIGN_RIGHT_START"
  894.         "ALIGN_CENTER_START"
  895.         "ALIGN_LEFT_END"
  896.         "ALIGN_RIGHT_END"
  897.         "ALIGN_CENTER_END"
  898.         "BUTTON_SCROLL"
  899.         "BUTTON_SELECT"
  900.         "STROKE_FIND"
  901.         "REGISTER"
  902.  
  903. # EDITWINDOW
  904.  
  905.     TEXT
  906.         "VERT_RULE"
  907.         "HORIZ_RULE"
  908.         "INVERTED"
  909.         "NO_BORDER"
  910.         "BOLD_BORDER"
  911.         "ALIGN_RIGHT"
  912.         "ALIGN_CENTER"
  913.         "ALIGN_LEFT_START"
  914.         "ALIGN_RIGHT_START"
  915.         "ALIGN_CENTER_START"
  916.         "ALIGN_LEFT_END"
  917.         "ALIGN_RIGHT_END"
  918.         "ALIGN_CENTER_END"
  919.         "BUTTON_SCROLL"
  920.  
  921. # GRAFFITI
  922.     TEXT
  923.         "(none)"
  924.